home *** CD-ROM | disk | FTP | other *** search
- object frmItemRename: TfrmItemRename
- Left = 585
- Top = 142
- BorderStyle = bsDialog
- Caption = 'frmItemRename'
- ClientHeight = 104
- ClientWidth = 339
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- Scaled = False
- OnCreate = FormCreate
- OnKeyDown = FormKeyDown
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object lNewName: TLabel
- Left = 4
- Top = 16
- Width = 52
- Height = 13
- Caption = 'lNewName'
- end
- object lNewPath: TLabel
- Left = 4
- Top = 44
- Width = 52
- Height = 13
- Caption = 'lNewName'
- end
- object btnOk: TButton
- Left = 178
- Top = 72
- Width = 75
- Height = 25
- Caption = 'btnOk'
- Default = True
- TabOrder = 0
- OnClick = btnOkClick
- end
- object btnCancel: TButton
- Left = 258
- Top = 72
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'btnCancel'
- TabOrder = 1
- OnClick = btnCancelClick
- end
- object oeNewName: TEdit
- Left = 80
- Top = 13
- Width = 254
- Height = 21
- TabOrder = 2
- OnKeyDown = oeNewNameKeyDown
- end
- object oeNewPath: TEdit
- Left = 80
- Top = 40
- Width = 254
- Height = 21
- TabOrder = 3
- end
- end
-